Getting Started with PCC > Configuration > Customizing Excel Pagination Settings for Prizm Services |
Prizm Services support two basic pagination modes for rendering Excel documents:
In non-paginated mode, each Excel sheet, irrespective of its size, is rendered onto a single page. If the number of columns and/or rows is large, then this might result in very small and unreadable output. In paginated mode, each Excel sheet is divided into a number of pages, such that each page fits into a specific size.
To customize Excel pagination settings, edit the Watchdog configuration file located in the following default directories:
Modify the following parameters to adjust pagination settings:
Example |
Copy Code
|
---|---|
"officeConversionService": { ... "excelPagination":true, "excelPageWidthMin":11.0, "excelPageWidthMax":22.0, "excelPageHeightMin":8.5, "excelPageHeightMax":17.0 ... }, |